home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / bshow101.zip / FV.CFG < prev    next >
Text File  |  1992-05-24  |  4KB  |  117 lines

  1. ******************************************************************************
  2. *            FV.CFG - a sample config file distributed with BShow.           *
  3. *                     Intended for use with FV.COM by V. Buerg               *
  4. ******************************************************************************
  5.  
  6. ; = comment.... Only in FIRST column though!
  7. / = comment also...  your choice.
  8. * = comment also...  wow.
  9.  
  10. ******* GLOBAL VARIABLES *******
  11.  
  12. ** This enables swapping to DISK/XMS/EMS for low memory evvironments.  DO ** 
  13. ** NOT USE IF AT ALL POSSIBLE!!  this has been proven to be incompatible  **
  14. ** with certain setups.  The default is NO (0).                           **
  15.  
  16. ; swap=1
  17.  
  18. **  This option lets you choose whether or not BShow deletes the work     **
  19. **  when it's done.  The default is NO (0).  If the directory bothers you **
  20. **  then let BShow delete it, but it will be extra wear and tear on your  **
  21. **  hard drive, and may aid in fragmentation.                             **
  22.  
  23. ; del_dir=1
  24.  
  25. ; max_time=15
  26.  
  27. ; max_time=5
  28.  
  29. ; after 2 blank lines, quit showing them, until non-blank ones come up.
  30.  
  31. max_blanks=2
  32.  
  33. ; max_idle=90
  34.  
  35. max_idle=0
  36.  
  37. ; max_line=500
  38.  
  39. max_line=0
  40.  
  41. ; lines=48 for 50 line screens.
  42.  
  43. lines=23
  44.  
  45. ******************************** BEGIN ZIP SPECS ******************************
  46.  
  47. format_ZIP
  48. first_waitfor=============  ========  ========  ====  ========  =========  ========
  49. second_waitfor==========
  50. header1=         Name       Length    Method    SF   Size now  Mod Date     Time
  51. header2=     ------------  --------  --------  ----  --------  ---------  --------
  52. offset1=0
  53. offset2=9
  54. offset3=0
  55.  
  56. ** Normal ** (try this first - preferred even if in DV)
  57.  
  58. list_com=fv.com %file% %filespec% > %listfile%
  59. unpack_com=pkunzip.exe %file% %filespec% > nul
  60.  
  61. ** DV ** (uncomment the next 3 lines for DV)
  62.  
  63. ;list_com=fv.com %file% %filespec% > %listfile%
  64. ;unpack_com=spawn /m:160 /w "pkunzip.exe %file% %filespec% > nul"
  65.  
  66. end
  67.  
  68. ********************************* END ZIP SPECS *******************************
  69.  
  70.  
  71. ******************************** BEGIN ARJ SPECS ******************************
  72.  
  73. format_ARJ
  74. first_waitfor=============  ========  ========  ====  ========  =========  ========
  75. second_waitfor==========
  76. header1=         Name       Length    Method    SF   Size now  Mod Date     Time
  77. header2=     ------------  --------  --------  ----  --------  ---------  --------
  78. offset1=0
  79. offset2=9
  80. offset3=0
  81.  
  82. ** Normal **
  83.  
  84. list_com=fv.com %file% %filespec% > %listfile%
  85. unpack_com=arj.exe e -y %file% %filespec% > nul
  86.  
  87. ** DV **
  88. ;list_com=fv.com %file% %filespec% > %listfile%
  89. ;unpack_com=spawn /m:200 /w "arj.exe e -y %file% %filespec% > nul"
  90. end
  91. ******************************* END ARJ SPECS *********************************
  92.  
  93. ****************************** BEGIN LZH SPECS ********************************
  94.  
  95. format_LZH
  96. first_waitfor=============  ========  ========  ====  ========  =========  ========
  97. second_waitfor==========
  98. header1=         Name       Length    Method    SF   Size now  Mod Date     Time
  99. header2=     ------------  --------  --------  ----  --------  ---------  --------
  100. offset1=0
  101. offset2=9
  102. offset3=0
  103.  
  104. ** Normal **
  105.  
  106. list_com=fv.com %file% %filespec% > %listfile%
  107. unpack_com=lha.exe e %file% %filespec% > nul
  108.  
  109. ** DV **
  110.  
  111. ;list_com=fv.com %file% %filespec% > %listfile%
  112. ;unpack_com=spawn /m:160 /w "lha.exe e %file% %filespec% > nul"
  113.  
  114. end
  115.  
  116. ******************************* END LZH SPECS *********************************
  117.